projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2727df
)
(octave-mode): Delete the startup message.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 21 Jan 1997 00:30:23 +0000
(
00:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 21 Jan 1997 00:30:23 +0000
(
00:30
+0000)
lisp/progmodes/octave-mod.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave-mod.el
b/lisp/progmodes/octave-mod.el
index d640154748b49ee7c2bbfb33b6a2b5a446bff501..4c87ec2b0f7db7242f1489d9875e64d44954979d 100644
(file)
--- a/
lisp/progmodes/octave-mod.el
+++ b/
lisp/progmodes/octave-mod.el
@@
-356,11
+356,7
@@
including a reproducible test case and send the message."
(octave-add-octave-menu)
(octave-initialize-completions)
- (run-hooks 'octave-mode-hook)
- (if octave-mode-startup-message
- (message "Octave mode %s. Bugs to %s"
- octave-version octave-maintainer-address)))
-
+ (run-hooks 'octave-mode-hook))
\f
;;; Miscellaneous useful functions
(defun octave-describe-major-mode ()